/*基础CSS*/
html {
	font-size: 14px;
	overflow-x: hidden;
}
li {
	list-style: none;
}
a {
	color: #212529
}
a:hover {
	text-decoration: none;
}
p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}
.clear{
	clear: both;
}
.red{
	color:red;
}
.text-secondary a {
	color: #6c757d;
}
.card, .figure {
	margin: 15px 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.2rem;
	padding-left: 1.2rem;
	font-size: 14px;
}
.navbar-brand {
    margin-bottom: 0 !important;
    height: 70px;
	font-size: 20px;
	padding-top:15px;
	padding-bottom: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
	
}
.navbar-brand img{
    width: 95%;
    height: auto !important;
}
.shadow-sm-top {
	box-shadow: 0 -.125rem .25rem rgba(0,0,0,.075) !important;
}

/*分页*/
/* .page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #17a2b8;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.page-num-current:hover {
	color: #fff;
}
 */

.scaleBg{
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
.banner{
    max-height: 750px;
}
.banner a{
	display: block;
	text-align: center;
	width: 100%;
	height: auto;
}
.banner img{
	display: block;
	margin:auto;
	width: 100%;
}
.move-bg1 {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 130px;
	height: 60px;
	background-color: #30457d;
	transform: skewX(-22deg);
	z-index: 0;
	/* margin-top: 22px; */
}

.move-bg {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 130px;
	height: 60px;
	background-color: #30457d;
	transform: skewX(-22deg);
	z-index: 0;
	/* margin-top: 22px; */
}

.newnewdingwei{
    display: none;
}

.newtop{
	margin: auto;
	/* margin-top: 10px; */
	margin-bottom: 20px;
	width: 95%;
	height: 60px;
	max-width: 1800px;
	display: flex;
	/* justify-content: space-between; */
	box-sizing: border-box;
	padding: 10px 0;

}
.newlogo{
    position: absolute;
    left: -20%;
    top: 2.6%;
    width: 130px;
    z-index: 999;
    transform: scale(0);
    transition: all 0.3s;
}
.newlogo img{
    width: 100%;
}
.newtel{
    display: flex;
    align-items: center;
    position: absolute;
    right: -42%;
    top: 15%;
    transition: all 0.3s;
    transform: scale(0);
    z-index: 999;
}
.newtel img{
    margin-right: 10px;
}
.newtel p{
    font-size: 26px;
    font-family: Helvetica,Arial,\5FAE\8F6F\96C5\9ED1,sans-serif;
    color: #fff;
}
.newtop_left{
	width: 10%;
	display: flex;
	justify-content: flex-start;
    align-items: center;
}
.newtop_left_1{ 
	display: flex;
	flex-direction: column;
    margin-left: 3%;
    padding-left: 3%;
    margin-right: 6%;
    padding-right: 3%;
    line-height: 30px;
	font-size: 17px;
	color: #354980;
    border-left: 1px solid #ccc;
    text-align: center;

    
}
.newtop_left_1 p{
	line-height: 30px;
    margin-bottom: 5px;
	font-size: 22px;
	color: #354980;
    border-left: 1px solid rgba(0, 10px, 15px, 0.5);
    
}

.newtop_left_1 span{
	line-height: 30px;
	font-size: 18px;
	color: #666;
    font-family: Impact;
    letter-spacing: 1px;
}
.newtop_left_2{
    padding-left: 20%;
	width: 75%;
    height: 48px;
	display: flex;
	flex-direction: column;
	background: url(../images/tel_1.png) no-repeat;
	background-position-x: left;
	background-position-y: center;
    box-sizing: border-box;
}
.newtop_left_2 p{
	font-size: 16px;
	color: #666;
	line-height: 20px;
}
.newtop_left_2 span{
	font-size: 28px;
	color: #354980;
	font-weight: bold;
    font-size: 30px;
    font-family: Helvetica,Arial,\5FAE\8F6F\96C5\9ED1,sans-serif;
    /* letter-spacing: 2px; */
}
.navbar{
	position: relative;
    position: fixed;
    top: 120px;
    left: 0;
	padding: 0;
}

/* .newtop_right{
	width:30%;
    
}
form{
	width: 100%;
	background-color: #fff;
	border-radius: 25px;
	border: 1px solid #666;
	height: 43px;
	
	
}
form input{
	outline: none;
	border: none;
}
form .sbtn{
	background: url(../images/search.png) no-repeat;
	background-size: contain;

} */
/*********响应式样式******************/


.newcon-mbx {
    background-color: #fff;
    padding: 15px 0;
    width: 100%;
	border-bottom: 1px solid #eee;
}

.newcon-mbx-m {
    margin: auto;
    width: 90%;
    max-width: 1600px;
    display: flex;
    align-items: center;
}

.newcon-mbx-m img {
    margin-right: 15px;
    width: 20px;
}

.newcon-mbx-m span {
    font-size: 15px;
}

.newcon-mbx-m span a {
    color: #666;
    font-size: 15px;
}


.newcon-con {
    padding-top: 30px;
    /* background-color: #f1f1f1; */
}

.newcon-con-m {
    margin: auto;
    width: 90%;
    max-width: 1600px;
    /* display: flex;
    justify-content: space-between; */
}

.newcon-con-left {
    float: left;
    width: 22%;
    overflow: hidden;
    background-color: #fff;
    visibility: visible;
}

.left_top {
    width: 100%;
    /* height: 40px; */
    padding: 20px;
    text-align: center;
    background: url(../images/bottombg.jpg) no-repeat;
    background-position-x: left;
}

.left_top_1 {
    display: flex;
    align-items: center;
    justify-content: center;

}

.left_top_1 img {
    margin-right: 5px;
    width: 28px;
    height: 28px;
}

.left_top_1 p {
    margin-bottom: 0;
    font-size: 28px;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
}

.left_top span {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}

.left_bot {
    padding: 20px 10px 10px;
	background-color: #f1f1f1;
}

.left_bot_1 {
    margin: 0 auto 10px;
}

.newcon-con-con-left-1 {
    display: flex;
    align-items: center;
    height: 60px;
    line-height: 60px;
    padding: 0 60px 0 0;
    background-color: #f2f3f6;
    position: relative;
}

.newcon-con-con-left-1 p {
    display: block;
    width: 100%;
    padding: 0 0 0 20px;
    overflow: hidden;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.newcon-con-con-left-1 i {
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/pro_down1.png) center center no-repeat;
    background-size: 15px 15px
}

.newcon-con-left-list {
    display: none;
    height: auto;
}


.newcon-con-left-list ul {
    padding-left: 0;
}

.newcon-con-left-list ul li a {
    display: flex;
    align-items: center;
    height: 48px;
    line-height: 48px;
    color: #454545;
    font-size: 15px;
    margin: 0 auto 1px;
    padding: 0 20px 0 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newcon-con-left-list ul li a i {
    margin-right: 20px;
    width: 10px;
    height: 10px;
    border: 2px solid #ccc;
    border-radius: 50%;
}

.newcon-con-left-list ul li a p {
    margin: 0;
    line-height: 48px;
    color: #454545;
    font-size: 16px;
}
.newcon-con-left-list .sanji a{
    padding-left: 65px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #8b8888;
    line-height: 38px;
    height: 38px;
}
.newcon-con-left-list .sanji a:hover{
    color: #032f6c;
}
.newcon-con-left-list .sanji a.active{
    color: #0061c2;
}

.newcon-con-left-list ul li .active p {
    color: #032f6c;
}

.newcon-con-left-list ul li .active i {
    border: 2px solid #032f6c;
}

.newcon-con-left-list ul li a:hover p {
    color: #032f6c;
}

.newcon-con-left-list ul li a:hover i {
    border: 2px solid #032f6c;
}


.left_bot .newcon-con-left-1 {
    display: block;
    position: relative;
    cursor: pointer;
    color: #333;
}

.left_bot .newcon-con-left-1 i {
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/pro_down1.png) center center no-repeat;
    background-size: 15px 15px;
}

.left_bot .newcon-con-left-1 p {
    margin-bottom: 10px;
    height: 60px;
    line-height: 60px;
    padding: 0 60px 0 20px;
    /* background-color: #f2f3f6; */
    background-color: #fff;
    position: relative;
    font-size: 16px;
}

.left_bot .current {
    display: block;
}

.left_bot .on p {
    background-color: #0d5198;
    color: #fff;
}

.left_bot .on:hover i {
    background: url(../images/pro_down.png) center center no-repeat !important;
    background-size: 15px 15px !important;
}

.left_bot .on i {
    background: url(../images/pro_down.png) center center no-repeat;
    background-size: 15px 15px;
}

.left_bot .on .newcon-con-left-1 p {
    color: #fff;
}


.left_bot .newcon-con-left-1:hover {
    background-color: #0d5198;
}

.left_bot .newcon-con-left-1:hover p {
    color: #fff;
    background-color: #0d5198;
}

.left_bot .newcon-con-left-1:hover i {
    background: url(../images/pro_down2.png) center center no-repeat;
    background-size: 15px 15px;
}





.newcon-con-right {
    float: right;
    width: 75%;
}

.newcon-con-right ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;

}

.newcon-con-right ul li {
    /* margin-bottom: 20px;
    margin-right: 2%; */
    /* padding: 20px; */
    width: 33.33%;
    box-sizing: border-box;
    background-color: rgba(241, 241, 241, 0.3);
}
.newcon-con-right ul li:nth-child(2n){
	background-color: #f1f1f1;
}



.newcon-con-right ul li:nth-child(3n) {
    margin-right: 0;
}

.newcon-con-right ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 397px;
    transition: all 0.5s;
    overflow: hidden;
}

.newcon-con-right ul li a .img {
	box-sizing: border-box;
	padding: 10%;
    margin: auto;
    width: 80%;
    height: auto;
    transition: all 0.5s;
    /* overflow: hidden; */

}

.newcon-con-right ul li a .img img {
	display: block;
	margin: auto;
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.newcon-con-right ul li a .title {
    padding: 0;
    /* position: absolute;
    bottom: 0; */
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.5s;
}

.newcon-con-right ul li a .title p {
    margin: 10px 0;
    font-size: 17px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newcon-con-right ul li a .title span {
    width: 30px;
    height: 2px;
    background-color: #0061c2;

}

.newcon-con-right ul li a .title img {
	margin-bottom: 15px;
    display: none;
    transition: all 0.5s;
    width: 60px;
}

.newcon-con-right ul li a .list-bg {
    display: none;

}

/* .newcon-con-right ul li:hover{
    background-color: #eee;
} */
.newcon-con-right ul li:hover img {
    transform: scale(1.3);
}

.newcon-con-right ul li:hover .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 29, 67, 0.7);
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    padding: 100px 10px 10px;
    transition: all 0.5s;

}

.newcon-con-right ul li:hover .title p {
    color: #fff;
    
}

.newcon-con-right ul li:hover .title span {
    background: #fff;
}

.newcon-con-right ul li:hover .title img {
    display: block;
}

.newchanpin_con{
    margin: auto;
    width: 90%;
    max-width: 1600px;
}
.newchanpin_con_top{
    margin: 40px 0;
    width: 100%;
}
.newchanpin_nav{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.newchanpin_2nav{
    padding-bottom: 20px;
    width: 100%;
    display: none;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.newchanpin_2nav li{
    width: 15%;
    text-align: center;

}
.newchanpin_2nav li a{
    font-size: 15px;
    color: #666;
}
.newchanpin_2nav li a:hover{
    color: #0061c2;
}
.newchanpin_nav li{
    width: 16.6%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 1%;
}


.newchanpin_nav li a{
    font-size: 15px;
    display: block;
    text-align: center;
    color: #666;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f8f8f8;
    border: solid 1px #dddddd;
    transition: all 0.35s;
}
.newchanpin_nav li:hover a{
    box-shadow: 0 0px 5px #ccc;   
}
.newchanpin_nav li a.active{
    background-color: #0061c2;
    color: #fff;
    border: solid 1px #0061c2;
}

.newchanpin_con_con{
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.newchanpin_con_con ul{
    display: flex;
    flex-wrap: wrap;
}
.newchanpin_con_con ul li{
    margin-right: 4%;
    margin-bottom: 40px;
    width: 48%;
    background-color: #f2f3f6;
    border-radius: 5px;
    transition: all 0.3s;
}
/* .newchanpin_con_con ul li:nth-child(2n){
    background-color: #eee;
} */
.newchanpin_con_con ul li:nth-child(2n){
    margin-right: 0;
}
.newchanpin_con_con ul li .a{
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    justify-content: space-between;
}

.newchanpin_con_con ul li .a .img{
    width: 43%;
    height: 300px;
    overflow: hidden;
}
.newchanpin_con_con ul li .a .img img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.newchanpin_con_con ul li:hover{
    background: #fff;
    box-shadow: 5px 5px 15px #8594ab;
}
.newchanpin_con_con ul li:hover .a img{
    transform: scale(1.1);
}
.newchanpin_con_con ul li .a .title{
    margin-top: 5%;
    width: 50%;
    display: flex;
    flex-direction: column;
}
.newchanpin_con_con ul li .a .title p{
    font-size: 22px;
    color: #666;
    margin-bottom: 15px;
}
.newchanpin_con_con ul li .a .title span{
    display: block;
    margin: 20px 0;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 28px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newchanpin_con_con ul li .a .title  .title_nav{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.newchanpin_con_con ul li .a .title  .title_nav a{
    width: 45%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 18px;
    font-size: 15px;
    background-color: #8594ab;
    color: #fff;
    box-shadow: 0 0px 2px #333;

}
.newchanpin_con_con ul li .a .title  .title_nav a:first-child{
    background-color: #1296db;
}

.video-list{
    width: 100%;
}
.video-list .img{
	padding: 0 !important;
	width: 100% !important;
	height: 310px !important;
	overflow: hidden;
}
.video-list .img img{
	height: 300px !important;
	object-fit: cover;
}
.video-list li{
	padding: 20px;
	margin-bottom: 2%;
	width: 23% !important;
	margin-right: 2%;
	background-color: #f1f1f1 !important;
}
.video-list li a{
	height: 350px;
}
.video-list li:nth-child(3n){
	margin-right: 2% !important;
}
.video-list li:nth-child(4n){
	margin-right: 0;
}
.video-list li .title{
	text-align: center;
}
.video-list li .title p{
	padding:0 13px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	white-space: normal !important;
	width: 100%;
}


.tg_pages {
    margin: 20px auto;
	margin-top: 40px;
    /* width: 60%; */
    text-align: center;
}
.tg_pages span{
    font-size: 15px;
}

.tg_pages .page-status{
	color: #666;
    margin-right: 15px !important;
}

.tg_pages a {
    color: #666;
    font-size: 15px;
}

.tg_pages .page-numbar span {
    display: none;
}

.tg_pages .page-index {
    margin: 0 5px;
    padding: 2px 5px;
    border: 1px solid #999;
}
.numtop{
    display: flex;
    align-items: flex-end;
}
.numtop i{
    color: #fff;
    font-size: 30px;
}


.tg_pages .page-pre {
    margin: 0 5px;
    padding: 2px 5px;
    border: 1px solid #999;
}

.tg_pages .page-numbar a {
    margin: 0 5px;
    padding: 2px 10px;
    border: 1px solid #999;
}

.tg_pages .page-next {
    margin: 0 5px;
    padding: 2px 5px;
    border: 1px solid #999;
}

.tg_pages .page-last {
    margin: 0 5px;
    padding: 2px 5px;
    border: 1px solid #999;
}

.tg_pages .page-num-current {
    background-color: #0061c2;
    color: #fff;
}

.tg_pages .page-num-current a {
    color: #fff;
}


.prodetail {
    padding-top: 50px;
    background-color: #f1f1f1;
}

.prodetail_top {
    padding: 2%;
    margin: auto;
    width: 90%;
    max-width: 1600px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}

.prodetail_top_left {
    padding: 2%;
    width: 45%;
    height: 500px;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;

}

.prodetail_top_left .pro_img {
    width: 100%;
    height: 100%;
}

.prodetail_top_left .pro_img img {
    display: block;
    margin: auto;
    width: auto;
    height: 100%;
}

.prodetail_top_right {
    width: 50%;

}

.prodetail_top_right h1 {
    margin: 0;
    font-size: 32px;
    color: #333;
    font-weight: normal;
}

.top_right_des {
    margin-top: 30px;
    padding: 3%;
    width: 100%;
    height: 160px;
    background-color: #f2f3f6;
}

.top_right_des p {
    margin: 0;
    font-size: 16px;
}

.top_right_des span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    background-color: #0d5198;
    border-radius: 15px;
    padding: 0 8px;
    margin: 0 8px 0 0;
}

.top_right_xq {
    margin: 45px 0;
    width: 100%;
    height: auto;

}

.top_right_xq ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: auto;
}

.top_right_xq ul li {
    height: 40px;
    width: 50%;
    display: flex;
    align-items: center;
    line-height: 40px;
    /* white-space: nowrap; */
    margin: 10px 0;
}

.top_right_xq ul li img {
    margin-right: 20px;
    width: 30px;
    height: 30px;
}

.top_right_xq ul li span {
    color: #333;
    font-size: 16px;
}

.top_right_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_right_btn a {
    display: block;
    width: 48%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 22px;
}

.top_right_btn a:first-child {
    background-color: #0d5198;
}

.top_right_btn a:first-child:hover {
    background-color: #011d43;
}

.top_right_btn a:last-child {
    background-color: #828689;
}

.top_right_btn a:last-child:hover {
    background-color: #666;
}

.prodetail_con {
    margin: auto;
    padding: 2%;
    padding-top: 0;
    margin-top: 50px;
    width: 90%;
    max-width: 1600px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}

.prodetail_con .prodetail_con_1 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #f2f3f6;
}

.prodetail_con .prodetail_con_1 span {
    display: block;
    line-height: 60px;
    margin-right: 2%;
    width: 100px;
    height: 60px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.prodetail_con .prodetail_con_1 span.active{
    color: #1296db;
    border-bottom: 1px solid #1296db;
}

.prodetail_con_nr{
    width: 100%;
}

.prodetail_con_nr .prodetail_con_nr_1{
    display: none;
}
.prodetail_con_nr .show{
    display: block;
}
.prodetail_con p {

    margin-bottom: 0;
    font-size: 16px;
    padding: 8px 13px;
    background: #fefefe;
    color: #666;
    line-height: 30px;
}
.prodetail_con p strong{
    display: block;
    margin-bottom: 15px;
    color: #333;
}

.prodetail_con h2 {
    display: block;
    width: 100%;
    /* padding-left: 15px; */
    height: 41px;
    /* border-bottom: 3px solid #15267e; */
    line-height: 41px;
    font-size: 22px;
    font-weight: bold;
    margin: 2% 0;
    /* background: #216fdb; */
    color: #FFFFFF;
    text-indent: 15px;
}

.prodetail_con table tr td {
    border: #ccc 1px solid;
}

.prodetail_bot {
    margin: auto;
    margin-top: 40px;
    width: 90%;
    max-width: 1600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prodetail_bot p {
    display: block;
    padding-left: 2%;
    width: 48%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #fff;
    box-sizing: border-box;
}

.prodetail_bot p a {
    color: #333;

}

.prodetail_tj {
    margin: 50px auto 0;
    padding-bottom: 50px;
    width: 90%;
    max-width: 1600px;
    /* padding: 1%;
    background-color: #fff;
    box-sizing: border-box; */
}

.prodetail_tj_top {
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.prodetail_tj_top p {
    color: #333;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}

.prodetail_tj_top span {
    font-size: 15px;
    color: #999;
    text-transform: uppercase;

}

.prodetail_tj_con {
	position: relative;
    width: 100%;
    height: auto;
	overflow: hidden;
}

.prodetail_tj_con ul {
    padding: 0;
}

.prodetail_tj_con li {
    padding: 1%;
    height: 100%;
    width: auto;
    background-color: #fff;
    box-sizing: border-box;
}

.prodetail_tj_con li a {
    display: block;
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.prodetail_tj_con li a .img {
    width: 100%;
    height: auto;
    overflow: hidden;

}

.prodetail_tj_con li a .img img {
    width: 80%;
	display: block;
	margin: auto;
    height: auto;
    transition: all 0.35s;
}

.prodetail_tj_con li a .title img {
    display: none;

}

.prodetail_tj_con li a .title {
	padding-top: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0;
    text-align: center;
    height: auto;
    width: 100%;
    transition: all 0.5s;
}

.prodetail_tj_con li a .title span {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #0061c2;
}

.prodetail_tj_con li a .title p {
    margin-bottom: 0;
    color: #333;
    font-size: 16px;
    line-height: 45px;
    /* transition: all 0.5s; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.prodetail_tj_con li a:hover .title {
    position: absolute;
    padding-top: 80px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    box-sizing: border-box;
    background: rgba(1, 29, 67, 0.7);
    transition: all 0.5s;
}

.prodetail_tj_con li a:hover .title img {
    display: block;
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
}

.prodetail_tj_con li a:hover .title p {
    color: #fff;
}

.prodetail_tj_con li a:hover .title span {
    background-color: #fff;
}




.new_bg_1 {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    overflow-y: hidden;
}

.tanchuang_1 {
    display: none;
    /* width: 602px; */
    background: #ffffff;
    padding: 30px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
    transition: all 0.6s;
    overflow: hidden;
}

.tanchuang_2 {
    padding: 15px;
    border: 1px dashed #ccc;
}


#pro_close {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

#pro_close img {
    width: 100%;
    height: 100%;
}

/* .proDetail_bot{
	
} */
.new_bg_1 .proDetail_bot_img {
    float: left;
    width: 250px;
    height: auto;
    text-align: center;
}

.new_bg_1 .proDetail_bot_img img {
    width: 100%;
    height: 100%;
}

.new_bg_1 .proDetail_bot_img p {
    font-size: 16px;
}

.new_bg_1 .proDetail_bot_right {
    float: right;
    margin: 0 20px;
    margin-top: 20px;
}

.new_bg_1 .proDetail_bot_right h4 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #0061c2;
}

.new_bg_1 .proDetail_bot_right p {
    font-size: 16px;
    margin-bottom: 15px;
}

.new_bg_1 .proDetail_bot_right p i {
    font-size: 26px;
    font-style: normal;
}

.new_bg_1 .proDetail_bot_right p:last-child {
    font-size: 20px;
    font-weight: bold;
}

.newcon-con-fangan{
    padding-top:50px;
	padding-bottom: 30px;
    background: #f1f1f1;
}

.newcon-con-fangan .fangan_top{
    width: 100%;
}
.newcon-con-fangan .fangan_top ul{
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newcon-con-fangan .fangan_top ul li{
    margin: 0 15px;
    height: 50px;
    overflow: hidden;
    width: auto;
    

}
.newcon-con-fangan .fangan_top ul li a{
    line-height: 50px;
    display: block;
    padding: 0 25px;
    width: 100%;
    height: 50px;
    color: #333;
    background-color: #fff;
    font-size: 16px;
    border-radius: 24px;
    box-sizing: border-box;
}
/* .newcon-con-fangan .fangan_top ul .active a{
    background-color: #0d5198;
} */
.newcon-con-fangan .fangan_top ul .active a{
    color: #fff;
    background-color: #0d5198;
}

/* .newcon-con-fangan .fangan_top ul li:hover{
    background-color: #0d5198;
} */
.newcon-con-fangan .fangan_top ul li:hover a{
    background-color: #0d5198;
    color: #fff;
}

.newcon-con-fangan .fangan_list{
    margin: auto;
    margin-top: 30px;
    padding-bottom: 30px;
    width: 90%;
    max-width: 1300px;
}
.newcon-con-fangan .fangan_list ul{
    padding: 0;
}
.newcon-con-fangan .fangan_list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    margin: 0 auto 40px;
    padding: 40px 40px;
    background-color: #fff;
}

.newcon-con-fangan .fangan_list li .fangan_left{
    width: 82%;
    display: flex;
    flex-direction: column;
}
.newcon-con-fangan .fangan_list li .fangan_left a{
    display: block;
    margin-bottom: 15px;
    font-size: 22px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    color: #666;
    text-overflow: ellipsis;
}

.newcon-con-fangan .fangan_list li .fangan_left p{
    width: 100%;
    height: 90px;
    overflow: hidden;
    line-height: 30px;
    color: #666;
    font-size: 15px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
}
.newcon-con-fangan .fangan_list li .fangan_right{
    width: 15%;
    display: flex;
    flex-direction: column;
}

.newcon-con-fangan .fangan_list li .fangan_right p{
    display: block;
    width: 140px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #999;
    font-size: 22px;
    text-align: center;
    margin: 0;
    margin-bottom:15px;
    padding: 0;

}
.newcon-con-fangan .fangan_list li .fangan_right a{
    display: block;
    width: 140px;
    height: 40px;
    overflow: hidden;
    line-height: 38px;
    color: #666;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.newcon-con-fangan .fangan_list li .fangan_right a i{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -4px 0 0 8px;
    padding: 0;
    vertical-align: middle;
    background: url(../images/jt6.png) center center no-repeat;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.newcon-con-fangan .fangan_list li .fangan_right a:hover{
    background-color: #0d5198;
    color: #fff;
}
.newcon-con-fangan .fangan_list li .fangan_right a:hover i{
    background: url(../images/jt2.png) center center no-repeat;
    margin:-4px 0 0 16px;
}



.fangan_list_detail{
    margin: auto;
    margin-top:30px;
    width: 90%;
    max-width: 1600px;
    padding: 2%;
    background-color: #fff;


}

.fangan_list_detail-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.fangan_list_detail-title h1{
    font-size: 22px;
    margin-bottom: 15px;
    color: #333;
}
.fangan_list_detail-title-1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.fangan_list_detail-title-1 span{
    margin: 0 15px;
    font-size: 15px;
}

.main-lx{
	border-bottom: 1px solid rgba(238, 238, 238, .2);
	border:solid 1px #e1e1e1;
	width:90%;
	margin:2% 5%;
	float:left;
}
.main-lx .img1{
   margin: 0;
    width: 15%;
    float: left;
	margin-top:2.5%;
}
.lx-p{
    width: 85%;
    float: right;
	background-color:#f9f9f9;
	padding:2%;
}
.lx-p p{width:100%;float:left;font-size:16px;}
.tel2{
    height: auto;
    background: url(/skin/images/new_tel.png) no-repeat left 25px;
    padding-left: 41px;
    margin-top: 8px;
	background-size:30px;
}
.tel2 strong{
    font-size: 28px;
    color: #0090ff;
}
.afs{
    width: 123px;
    height: 35px;
    float: right;
    background: #0090ff;
    text-align: center;
    font-size: 16px;
    display: block;
    margin: 10px 0 0;
	border-radius:5px;
	line-height:35px;
}
.afs a{
color:#fff;
}

.fangan_list_detail-con{
    margin-top: 30px;
}
.fangan_list_detail-con p{
    font-size: 15px;
}

.fangan_list_detail-con iframe{
    display: block;
    margin: auto;
    width: 800px;
    height: 600px;
}



.newcon-con-fangan .fangan_list{
    margin: auto;
    margin-top: 30px;
    padding-bottom: 30px;
    width: 90%;
    max-width: 1300px;
}
.newcon-con-fangan .fangan_list ul{
    padding: 0;
}
.newcon-con-fangan .fangan_list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    margin: 0 auto 40px;
    padding: 40px 40px;
    background-color: #fff;
}

.newcon-con-fangan .fangan_list li .fangan_left{
    width: 82%;
    display: flex;
    flex-direction: column;
}
.newcon-con-fangan .fangan_list li .fangan_left a{
    display: block;
    margin-bottom: 15px;
    font-size: 22px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    color: #666;
    text-overflow: ellipsis;
}

.newcon-con-fangan .fangan_list li .fangan_left p{
    width: 100%;
    height: 90px;
    overflow: hidden;
    line-height: 30px;
    color: #666;
    font-size: 15px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
}
.newcon-con-fangan .fangan_list li .fangan_right{
    width: 15%;
    display: flex;
    flex-direction: column;
}

.newcon-con-fangan .fangan_list li .fangan_right p{
    display: block;
    width: 140px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #999;
    font-size: 22px;
    text-align: center;
    margin: 0;
    margin-bottom:15px;
    padding: 0;

}
.newcon-con-fangan .fangan_list li .fangan_right a{
    display: block;
    width: 140px;
    height: 40px;
    overflow: hidden;
    line-height: 38px;
    color: #666;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.newcon-con-fangan .fangan_list li .fangan_right a i{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -4px 0 0 8px;
    padding: 0;
    vertical-align: middle;
    background: url(../images/jt6.png) center center no-repeat;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.newcon-con-fangan .fangan_list li .fangan_right a:hover{
    background-color: #0d5198;
    color: #fff;
}
.newcon-con-fangan .fangan_list li .fangan_right a:hover i{
    background: url(../images/jt2.png) center center no-repeat;
    margin:-4px 0 0 16px;
}














.newcon-con-fangan .fangan_list .tuijian{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    margin: 0 auto 40px;
    padding: 40px 40px;
    background-color: #fff;
}
.newcon-con-fangan .fangan_list .tuijian  .tuijian_img{
    width: 30%;
    position: relative;
    margin-right: 4%;
}
.newcon-con-fangan .fangan_list .tuijian  .tuijian_img a{
    display: block;
    width: 100%;
    height: 245px;
    overflow: hidden;
}
.newcon-con-fangan .fangan_list .tuijian  .tuijian_img a img{
    width: 100%;
    height: 100%;
    transition: all 0.35s;
	object-fit: cover;
}
.newcon-con-fangan .fangan_list .tuijian:hover img{
    transform: scale(1.1);
}
.newcon-con-fangan .fangan_list .tuijian  .tuijian_img .tuijian_time{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 135px;
    height: 74px;
    padding: 10px 5%;
    background-color: rgba(36, 36, 36, 0.5);
    z-index: 999;
    text-align: center;
    display: flex;
    flex-direction: column;
    box-sizing: content-box;
}

.newcon-con-fangan .fangan_list .tuijian  .tuijian_img .tuijian_time p{
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
    line-height: 38px;
}
.newcon-con-fangan .fangan_list .tuijian  .tuijian_img .tuijian_time p:last-child{
    display: block;
    font-size: 38px;
    color: #fff;
}


.tuijian_con {
    display: flex;
    flex-direction: column;
    width: 65%;
}
.tuijian_con a{
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tuijian_con p{
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    margin: 20px 0;
    max-height: 120px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
}

.tuijian_con .more{
    display: flex;
    align-items: center;
    margin-top: 25px;
    transition: all 0.35s;
}
.newcon-con-fangan .fangan_list .tuijian:hover .more i{
    width: 100px;
    background-color: #0061c2;
}
.newcon-con-fangan .fangan_list .tuijian:hover .more a{
    color: #0061c2;
}
.tuijian_con .more i{
    display: inline-block;
    width: 90px;
    height: 1px;
    background-color: #d3d3d3;
    margin: 5px 2% 5px 0;
    transition: all 0.35s;
}
.tuijian_con .more a{
    display: inline-block;
    font-size: 15px;
    color: #bfbcbc;
}



.about_con_1{
    padding-top: 50px;
    width: 100%;
    background-color: #f1f1f1;
}
.about_con_title{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}
.about_con_title p{
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 30px;
    color: #666;

}
.about_con_title i{
    display: block;
    margin: 8px 0;
    width: 30px;
    height: 2px;
    background-color: #0061c2;
}
.about_con_title span{
    font-size: 15px;
    color: #999;
    text-transform: uppercase;
}

.about_con_1_m{
    margin: auto;
    width: 90%;
    max-width: 1600px;

}
.about_con_1_m_t{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 420px;
}

.about_con_1_m_left{
    margin-top: 30px;
    padding: 80px;
    width: 48%;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;

}
.about_con_1_m_left span{
    font-size: 70px;
    position: absolute;
    top: 2%;
    left: 2%;
    color: #dee3ed;
    line-height: 65px;
    font-weight: bold;

}

.about_con_1_m_left_1 p{
    margin-bottom: 15px;
    font-size: 28px;
    color: #666;
}
.about_con_1_m_left_1 i{
    width: 30px;
    height: 2px;
    background-color: #0061c2;
}

.about_con_1_m_left_2{
    margin-top: 15px;

}
.about_con_1_m_left_2 p{
    margin-bottom: 0;
    font-size: 15px;
    line-height: 30px;
    text-indent: 30px;
}





.about_con_1_m_right{
    width: 48%;
    height: 420px;
    overflow: hidden;
}
.about_con_1_m_right img{
    width: 100%;
    height: 100%;
    transition: all 0.35s;
}
.about_con_1_m_right:hover img{
    transform: scale(1.1);
}


.about_con_1_m_b{
    display: flex;
    justify-content: flex-end;

}
.about_con_1_m_b ul{
    position: relative;
    z-index: 99;
    margin-top: -30px;
    padding: 30px;
    width: 60%;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.about_con_1_m_b ul li{
    display: flex;
    width: 25%;
    flex-direction: column;
    align-items: center;
}
.about_con_1_m_b ul li .numtop{
	display: flex;
	align-items: flex-end;
}
.about_con_1_m_b ul li p{
    font-size: 50px;
    color: #0061c2;
    margin-bottom: 0px;
    line-height: 50px;
    font-weight: bold;
}
.about_con_1_m_b ul li i{
    margin-left: 10px;
    font-style: normal;
    font-size: 25px;
    color: #999;
    font-weight: normal;
}

.about_con_1_m_b ul li span{
    font-size: 17px;
    color: #666;
}


.about_con_2{
    padding-top: 50px;
    width: 100%;
    background-color: #f1f1f1;
}
.about_con_2_m{
    position: relative;
    width: 100%;
    height: 500px;
    background: url(../images/about_bg1.jpg) center no-repeat;
    background-size: cover;
    /* color: #011d43; */
}
.about_con_2_m span{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(1, 29, 67, 0.8);
    z-index: 9;
}
.about_con_2_m ul{
    position: relative;
    z-index: 10;
    margin: auto;
    height: 500px;
    width: 90%;
    max-width: 1600px;
    display: flex;
    justify-content: space-between;

}
.about_con_2_m ul li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    border-left: 1px solid rgba(255, 255, 255, .2);
    transition: all 0.5s;
	cursor: pointer;
}
.about_con_2_m ul li:last-child{
    border-right: 1px solid rgba(255, 255, 255, .2);
}
.about_con_2_m ul li p{
    color: #fff;
    font-size: 18px;
}
.about_con_2_m ul li i{
	transform: scale(0);
	transition: all 0.35s;
	display: block;
	font-style: normal;
	width: 80%;
	margin-top: 5%;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.about_con_2_m ul li div{
    margin-bottom: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .2);
    transition: all 0.5s;
    
}
.about_con_2_m ul li:hover{
    background: rgba(0, 97, 194, .8);
}
.about_con_2_m ul li:hover div{
    background: #fff;
    
}
.about_con_2_m ul li:hover i{
	transform: scale(1);
}


.about_con_2_m ul li:nth-child(1) div{
    background: url(../images/tuandui.png) center no-repeat;
    background-size: 50%;
}
.about_con_2_m ul li:nth-child(1):hover div{
    background:#fff url(../images/tuandui_a.png) center no-repeat;
    background-size: 50%;
}
.about_con_2_m ul li:nth-child(2) div{
    background: url(../images/shebei.png) center no-repeat;
    background-size: 50%;
}
.about_con_2_m ul li:nth-child(2):hover div{
    background:#fff url(../images/shebei_a.png) center no-repeat;
    background-size: 50%;
}
.about_con_2_m ul li:nth-child(3) div{
    background: url(../images/zhiliang.png) center no-repeat;
    background-size: 50%;
}
.about_con_2_m ul li:nth-child(3):hover div{
    background:#fff url(../images/zhiliang_a.png) center no-repeat;
    background-size: 50%;
}
.about_con_2_m ul li:nth-child(4) div{
    background: url(../images/fuwu_1.png) center no-repeat;
    background-size: 50%;
}
.about_con_2_m ul li:nth-child(4):hover div{
    background:#fff url(../images/fuwu_1_a.png) center no-repeat;
    background-size: 50%;
}

.about_con_2 .row-partners{
    margin: 0;
    width: 100%;
    padding-bottom: 30px;
    overflow: hidden;
}   

.about_con_2 .row-partners img{
    display: block;
    margin: auto;
	width: 100%;
}


.mySwiper_zizhi {
    margin: auto;
    margin-top: 50px;
    width: 80% !important;
	overflow: hidden;
}


.contactny{
    padding: 50px 0;
    width: 100%;
    background-color: #f1f1f1;
}
.contactny_con{
    margin: auto;
    width: 70%;
    max-width: 1600px;

} 
.contactny_con_1{
    margin-bottom: 30px;
    width: 100%;
}

.contactny_con_1 ul{
    padding-top: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;

}
.contactny_con_1 ul li{
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.35s;
}
.contactny_con_1 ul li .img{
    margin-top: -70px;
    margin-bottom: 20px;
    width: 90px;
    height: 90px;
    background-color: #0061c2;
    border-radius: 50%;

}
.contactny_con_1 ul li .img img{
    display: block;
    margin: auto;
    margin-top: 15px;
    width: 60px;
    height: 60px;

}
.contactny_con_1 ul li p{
    margin-bottom: 10px;
    font-size: 18px;
    color: #666;
}

.contactny_con_1 ul li span{
    text-transform: uppercase;
    font-size: 17px;
}
.contactny_con_1 ul li i{
    display: block;
    margin: 15px 0;
    width: 30px;
    height: 2px;
    background: #0061c2;

}
.contactny_con_1 ul li p{
    font-size: 18px;
    color: #777;
}
.contactny_con_1 ul li b{
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    color: #777;
}
.contactny_con_1 ul li:last-child p{
    font-size:15px
}
.contactny_con_1 ul li:hover{
    box-shadow: 0 5px 10px #ccc;
}


.new_side {
    position: fixed;
    right: -100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    transition: all .5s;
    box-shadow: 0 5px 13px rgb(0 0 0 / 10%);
    z-index: 999;
    width: 75px;
    text-align: center;
}


.new_side_show {
    right: 0
}

.new_side_1 {
    background: #f7f7f7;
    border: 1px solid #eaeaea;
    padding: 8px 0;
    cursor: pointer;
}

.new_side_1:hover .new_side_img_1 {
    opacity: 0;
}

.new_side_1:hover p {
    color: #0061c2;
}

.new_side_2:hover p {
    color: #0061c2;
}

.new_side_1:hover .new_side_img_2 {
    opacity: 1;
}

.new_side_2:hover .new_side_img_1 {
    opacity: 0;
}

.new_side_2:hover .new_side_img_2 {
    opacity: 1;
}



.new_side_img {
    width: 28px;
    display: inline-block;
    position: relative;
}

.new_side_img img {
    width: 100%;
    transition: all .36s;
}

.new_side_img_1 {
    position: relative;
    top: 0;
    left: 0;
}

.new_side_img_2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.new_side_p p {
    font-size: 14px;
    line-height: 2.5;
    color: #666;
    transition: all .36s;
    margin: 0;
}

.new_side_2 {
    position: relative;
    z-index: 999;
    border: none;
    background: none;
    padding: 0;
}

.new_side_2:hover .new_side_wx {
    left: -120px
}

.new_side_2_1 {
    border: 1px solid #eaeaea;
    width: 100%;
    padding: 8px 0;
    background: #f7f7f7;
}

.new_side_wx {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    transition: all 1s;
    z-index: -1;
}


.new_side_wx_img {
    width: 100px;
    position: relative;
    z-index: -1;
}

.new_side_wx_img img {
    width: 100%;
    transition: all .36s;
}

.new_side_wx_img::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}

.new_bg {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    overflow-y: hidden;
}

.tanchuang {
    display: none;
    width: 602px;
    background: #ffffff;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
    transition: all 0.6s;
    overflow: hidden;

}

.tc_top {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.tc_top p {
    font-size: 25px;
}

#close {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

#close img {
    width: 100%;
    height: 100%;
}

.tc_bot {
    margin-top: 30px;
    width: 100%;

}

.tc_bot_1 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.tc_bot_1 input {
    width: 100%;
    border: none;
    height: 50px;
    outline: none;
}

.tc_bot_2 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.tc_bot_2 input {
    border: none;
    width: 80%;
    height: 50px;
    outline: none;

}

.tc_bot_2 img {
    width: 20%;
}

.tc_bot p {
    font-size: 15px;
    color: #999
}

.tc_bot button {
    width: 200px;
    height: 60px;
    outline: none;
    background: #0061c2;
    color: #fff;
    margin-top: 15px;
    border: none;
    font-size: 20px;
}

@media (max-width:1899px){
	 .newnavbarNav ul li{
		width: 100px;
	}
	.move-bg{
		width: 100px;
	}
	.move-bg1{
		width: 100px;
	}
    .newcontainer .newnavbarNav form{
        right: -15%;
    }
    .newchanpin_con_con ul li .a .img{
        height: 280px;
    }
}

@media (max-width:1650px){
	/* .newtop_left{
		width: 45%;
	} */
    .newcontainer .newnavbarNav ul li .subnav li a{
        font-size: 15px !important;
    }
    .newcontainer .newnavbarNav ul li .subnav{
        width: 180%;
    }
    .newtop{
        width: 90%;
    }



    .newcon-con-right ul li a{
        height: 350px;
    }
    .newcon-con-right ul li a .img{
        width: 85% !important;
        height: 270px !important
    }
    .newcon-con-right ul li .title img{
        width: 50px !important;
    }
    /* .newcon-con-right ul li:hover .title{
        padding-top: 50px;
    } */

    .newchanpin_con_con ul li .a .img{
        height: 250px;
    }
    .newchanpin_con_con ul li .a .title span{
        margin-bottom: 20px;
    }
    .newfooter .containerfoot{
        width: 90%;
    }
    .newfooter .containerfoot .newfooter_left .leftnav ul li a{
        font-size: 13px;
    }


}



@media (max-width:1450px){
    .newcon-con-right ul li a{
        height: 320px;
    }
    .prodetail_tj_con li a{
        height: 340px;
    }
    .newtop_left{
        width:20%;
    }
    form{
        margin-left: 0;
        width: 15%;
    }
    
    .newnavbarNav {
        width: 80%;
        margin-left: 0;
    }

     .newnavbarNav ul li a{
        font-size: 14px !important;
    }
    .newabout .containerAbout .newabout_1 .newabout_left p{
        font-size: 14px;
        padding-top: 15px;
    }
    .newabout .containerAbout .newabout_1 .newabout_left h3{
        font-size: 25px;
    }
    .newabout .containerAbout .newabout_1 .newabout_left a{
        width: 150px;
        height: 40px;
        line-height: 40px;
    }
    .containernews .news_con .news_con_left ul li a{
        font-size: 16px;
    }
    

    .newfooter .containerfoot .newfooter_left{
        width: 71%;
    }
    .move-bg{
		width: 92px;
	}
	.move-bg1{
		width: 92px;
	}

    .newnavbarNav ul li{
        width: 92px;
    }
   .newnavbarNav ul li .subnav li a{
        font-size: 14px !important;
    }
    .newcpzx{
        width: 80%;
    }
    .newcon-con-right ul li a .title p{
        font-size: 15px;
    }
    .newcon-con-left-list ul li a{
        padding-left: 25px;
    }
    .newcon-con-left-list .sanji a{
        padding-left: 30px;
    }

    .newchanpin_con_con ul li .a .img{
        height: 220px;
    }
    .newchanpin_con_con ul li .a .title{
        margin-top: 2%;
    }
    .newchanpin_con_con ul li .a .title span{
        margin-top: 0;
    }
}


@media(max-width:1365px){
    
     form{
         display: none !important;
     }
    .newtop{
        width: 98%;
    }
    .newtop_left{
		width: 15%;
	}
	.newtop_right{
	    width: 30%;
	    margin-left: 0;
	}
    .newcontainer{
        width: 75%;
    }
    .pro_nav{
        padding-left: 10px;
    }
    .pro_nav ul li{
        padding-left:1%
    }
    .pro_nav ul li i{
        margin-right: 10px;
    }
    .prodetail_tj_con li a{
        height: 310px;
    }
    .xinwen_con_left ul li .img{
        height: 250px;
    }
    .newfooter .containerfoot .newfooter_left .leftnav ul li{
        padding: 0;
    }
    .newcontainer .newnavbarNav{
        width: 80%;
    }
    .newfooter .containerfoot .newfooter_right .rightImg{
        margin-bottom: 20px;
    }
    .newfooter .containerfoot .newfooter_right .rightImg img{
        width: 180px;
    }
    .newfooter .containerfoot .newfooter_right .rightImg p{
        font-size: 23px;
    }
    .newfooter .containerfoot .newfooter_right .rightma{
        width: 80%;
    }
    .containernews .news_con .news_con_left ul li a{
        font-size: 14px;                                                                                                        
    }
    .newfooter{
        height: 480px;
    }
    .newcon-con-right ul li a{
        height: 300px;
    }
    .newcon-con-right ul li a .img{
        width: 85% !important;
        height: 235px !important
    }
    .newcon-con-right ul li .title img{
        width: 45px !important;
    }
    .newcon-con-right ul li:hover .title{
        padding-top: 50px;
    }
}

@media(max-width:1299px){
    .newcontainer .newnavbarNav form{
        display: none !important;
    }
    .newcontainer .newnavbarNav{
        width: 85%;
    }
    .newtel{
        right:-30%
    }
}

@media(max-width:1250px){
    .newcon-con-right ul li a{
        height: 280px;
    }
    .prodetail_tj_con li a{
        height: 285px;
    }
    .newcon-con-right ul li a .title  p{
    font-size: 14px;
    }
    .newcon-con-right ul li {
        height: auto;
        padding-bottom: 10px;
    }



    .newcon-con-right ul li a{
        height: 260px;
    }
    .newcon-con-right ul li a .img{
        width: 90% !important;
        height: 210px !important
    }
    .newcon-con-right ul li .title img{
        width: 45px !important;
    }
    .newcon-con-right ul li:hover .title{
        padding-top: 50px;
    }


    .newcon-con-left-list ul li a{
        padding-left: 15px;
    }
    .newcon-con-left-list .sanji a{
        padding-left: 20px;
    }
    .newcon-con-left-list .sanji a.active{
        color: #0061c2;
    }




    .newchanpin_con_con ul li .a .img{
        height: 200px;
    }
    .newchanpin_con_con ul li .a .title{
        margin-top: 2%;
    }
    .newchanpin_con_con ul li .a .title span{
        margin-top: 0;
    }



}

@media(max-width:1200px){
    .newchanpin_con_con ul li .a .img{
        height: 180px;
    }
    .newchanpin_con_con ul li .a .title{
        margin-top: 1%;
    }
    .newchanpin_con_con ul li .a .title span{
        margin-top: 0;
        font-size: 14px;
    }
    .newchanpin_con_con ul li .a .title p{
        font-size: 16px;
    }
    .newchanpin_con_con ul li .a .title .title_nav a{
        font-size: 14px;
    }
}


@media(max-width:1100px){
    .newcon-con-right ul li a{
        height: 255px;
    }
    .prodetail_tj_con li a{
        height: 255px;
    }
}

.m_nav{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 57px;
    left:0%;
    background-color: #fff;
}
.m_nav .navbar-nav{
    padding: 3% 6%;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;

}
.m_nav .navbar-nav .subnav{
    display: none;
}

.m_nav .navbar-nav .nav-item{
    width: 100%;
}
.m_nav .navbar-nav .nav-item a{
    font-size: 16px;
    width: 70%;
}
.m_nav .navbar-nav .nav-item .subnav li{
    width: 100%;
    
}
.m_nav .navbar-nav .nav-item .subnav li a{
    width: 100%;
    background:none;
}
@media (max-width:998px) {
    .newtop{
        display: none;
    }
    .newnavbarNav{
        display: none;
    }
    .newcontainer{
        display: flex;
        justify-content: space-between;
    }
    .new_side {
        display: none;
    }
    .container_pro .cptitle{
        padding: 0 3%;
        font-size: 20px;
    }
    .container_pro .cpdesc{
        padding: 0 3%;
        font-size: 15px;
    }
    .newabout_1{
        flex-direction: column !important;
    }
    .newabout_left{
        width: 100% !important;
    }
    .newabout_right{
        margin-top: 30px;
        width: 100% !important;
    }
    .newabout .containerAbout{
        width: 90%;
    }
    .containeryoushi .ystitle{
        font-size: 20px;
    }
    .containeryoushi .ysdesc{
        font-size: 15px;
    }
    .containeryoushi{
        width: 90%;
    }
    .containernews .newstitle{
        font-size: 20px;
    }
    .containernews .newsdesc{
        font-size: 15px;
        margin-bottom: 30px;
    }
    .containernews .news_con{
        flex-direction: column;
        width: 90%;
    }
    .containernews .news_con .news_con_left{
        display: flex;
        flex-direction: row;
        margin:0;
        width: 100%;
        border: none;
    }
    .containernews .news_con .news_con_left ul{
        flex-direction: row;
    }
    .containernews .news_con .news_con_left ul li{
        width: 33.33%;
        text-align: center;
    }
    .containernews .news_con .news_con_left ul .hover a{
        padding-left: 0 !important;
    }
    .containernews .news_con .news_con_right .right_1{
        flex-direction: column;
    }
    .containernews .news_con .news_con_right .right_1 .news_con_right_1{
        display: none;
    }
    .containernews .news_con .news_con_right .right_1 .news_con_right_2{
        width: 100%;
    }
    .containernews .news_con .news_con_right{
        width: 100%;
    }
    .containernews .news_con .news_con_right .right_1 .news_con_right_2 ul li a .nlist_desc{
        width: 77%;
    }
    .containernews .news_con .news_con_right .right_1 .news_con_right_2 ul li a .nlist_time{
        width: 10%;
    }
    .newcon-con-m{
        display: flex;
        flex-direction: column;
    }
    .newcon-con-left{
        width: 100%;
    }
}





